'Declaration Protected Function New( _
ByVal cellTemplateTemplate for a table cell.As T, _
ByVal rowCountCount of rows in the table.As System.Int32, _
ByVal columnCountCount of columns in the table.As System.Int32 _
)
protected FormFieldTemplateTable<T>(
T cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
protected: FormFieldTemplateTable<T>(
T* cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
protected:
FormFieldTemplateTable<T>(
T^ cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
Parameters
- cellTemplate
- Template for a table cell.
- rowCount
- Count of rows in the table.
- columnCount
- Count of columns in the table.